home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 3 / Amiga Format CD03 (1996-07-04)(Future Publishing)(GB)(Track 1 of 6)[!][issue 1996-08].iso / comms / awebsoftware / readme < prev    next >
Text File  |  1996-05-20  |  5KB  |  137 lines

  1.  
  2. AWeb 1.1 bugfix
  3. ===============
  4.  
  5.  
  6. INTRODUCTION
  7. ------------
  8.  
  9. AWeb is a World Wide Web browser for the Amiga computer.
  10.  
  11. It offers the following features:
  12.  
  13.  o AWeb doesn't use Magical User Interface (MUI). It uses BOOPSI classes
  14.    instead, which results in less memory usage and increased speed. The
  15.    BOOPSI classes are partially custom designed for AWeb, and partially
  16.    from the ClassAct kit.
  17.  
  18.  o AWeb can use a wide range of TCP-stacks: AmiTCP/IP, I-Net225, AS-225
  19.    or compatible. Without TCP stack running, you can still view local files.
  20.  
  21.  o AWeb uses extensive internal multitasking, which leads to total
  22.    asynchroneous and parallel network access. Images are starting to load
  23.    while the document is still loading. It is possible to follow a link
  24.    while the previous document is still loading. A separate network status
  25.    window shows all pending network and local file accesses. All network
  26.    accesses can be interrupted immediately.
  27.  
  28.  o The HTML-2 standard is fully supported, including forms. For buggy
  29.    pages not conforming to the standard, AWeb offers a compatibility mode.
  30.  
  31.  o AWeb supports the use of proxies for HTTP, FTP, Gopher and Telnet.
  32.    Because some proxies can't handle forms or other special cases, the use
  33.    of proxies can be temporarily disabled from the menu.
  34.  
  35.  o The HTTP and Gopher protocols are supported internally. By using
  36.    external programs, FTP and Mailto can be used too. HTTP user 
  37.    authorization is supported.
  38.  
  39.  o AWeb lets you load all images, delay all image loading, or load only
  40.    clickable maps and delay other images. For delayed images, the ALT text
  41.    is taken into account. Transparent GIFs are supported. The 24-bit picture
  42.    datatype (picturedtV43) is supported.
  43.  
  44.  o To improve network speed, host names and network addresses are cached
  45.    so addresses are looked up only once during a session.
  46.  
  47.  o AWeb can open it's windows on the default public screen, on a named
  48.    public screen or open its own screen.
  49.  
  50.  o In extension to its own hotlist, AWeb can read other hotlists, like
  51.    those of AMosaic and early IBrowse betas.
  52.  
  53.  o An advanced settings requester is integrated in the program.
  54.  
  55.  o AWeb has an ARexx interface, and a unique and powerful shell command
  56.    interface.
  57.  
  58.  
  59.  
  60. REQUIREMENTS
  61. ------------
  62.  
  63. AWeb needs:
  64.  o OS 3.0 or better
  65.  o At least 2MB of memory, preferably more
  66.  o Either AmiTCP/IP, I-Net225 or AS-225 if you want to access the Internet
  67.  o Appropriate picture datatypes (GIF, JPEG) to show inlined images
  68.  
  69.  
  70.  
  71. VERSION 1.1
  72. -----------
  73. AWeb 1.1 is a bugfix with many bugs fixed that were left in version 1.0.
  74.  
  75. Changes in this version include:
  76.  o Fixed several bugs:
  77.     + crashed on 68000 machines at some URLs like www.yahoo.com
  78.     + sending forms with empty fields didn't work
  79.     + loading MPEGs skipped 1 byte
  80.     + crashed when typing beyond the border of a textarea form field
  81.     + image memory cache limit didn't work
  82.     + downloading image didn't save but started external viewer instead
  83.     + shift-click on ftp link stopped AWeb
  84.     + didn't adapt to different frame size for navigation buttons
  85.     + GIFs didn't show up as transparent, or were messed up totally
  86.     + some settings weren't saved correctly when changed
  87.  o Transparent GIF now works even if the GIF datatype used doesn't
  88.    support transparency
  89.  o Now falls back to topaz if font not found instead of exiting
  90.  o Improved scrolling speed on simple refresh windows
  91.  o Added keyboard support for the settings window
  92.  o Added HOTLIST tooltype and argument
  93.  o Improved speed when navigating back and forward to large documents
  94.  o Now remembers form field values when going back
  95.  o Improved pre-loaded palette
  96.  o Now uses KEYPATH variable to locate key file
  97.  o ... and many other very small changes
  98.  
  99.  
  100.  
  101. INSTALLATION
  102. ------------
  103.  
  104. To install AWeb, just double-click the Install icon.
  105.  
  106. NOTE: During installation of AWeb, the installer tool might give an
  107. error message like: "unable to compile script".
  108. This is most likely caused by some misbehaving application installation,
  109. that has copied an obsolete version of the Commodore Installer utility to
  110. your hard drive. Make sure the Installer version in the SYS:C drawer is
  111. "installer_2 2.17 (1993-02-13)" or better. This version can be found on
  112. the Amiga Workbench 3.x Install floppy disk.
  113. Also, delete any copies of the Installer program from your SYS:Utilities
  114. drawer.
  115.  
  116. If you want to try AWeb before a permanent installation, make sure to
  117. double-click the "MakeAssign" icon first. It makes the necessary assigns
  118. that AWeb needs to find the ClassAct classes.
  119.  
  120.  
  121.  
  122. DOCUMENTATION
  123. -------------
  124.  
  125. The archive contains full documentation in HTML format. If you prefer a
  126. printed copy, get the archive AWebdoc_ps.lha for the same documentation
  127. in PostScript format.
  128.  
  129.  
  130.  
  131. COPYRIGHT
  132. ---------
  133.  
  134. AWeb is Copyright (c) 1996 by Yvon Rozijn. All rights reserved.
  135.  
  136. Refer to the Docs/copyright.html document for more legal information.
  137.